home *** CD-ROM | disk | FTP | other *** search
/ Oh!X 2000 Spring / Oh!X 2000 Spring Special CD-ROM (Japan) (Part 2).7z / Oh!X 2000 Spring Special CD-ROM (Japan) (Part 2).bin / DXF / samples / multimedia / dsound / src / voicemanagement / readme.txt < prev    next >
Text File  |  1999-07-25  |  1KB  |  33 lines

  1. //-----------------------------------------------------------------------------
  2. // 
  3. // Sample Name: VoiceManagement Sample
  4. // 
  5. // Copyright (c) 1999 Microsoft Corporation. All rights reserved.
  6. // 
  7. //-----------------------------------------------------------------------------
  8.  
  9.  
  10. Description
  11. ===========
  12.   VoiceManagement illustrates how to play a wave file using the voice allocation
  13.   and voice management flags when a DirectSound buffer is played. 
  14.  
  15. Path
  16. ====
  17.   Source: Mssdk\Samples\Multimedia\DSound\Src\VoiceManagement
  18.  
  19.   Executable: Mssdk\Samples\Multimedia\DSound\Bin
  20.  
  21. User's Guide
  22. ============
  23.   Load sounds and check the flags for desired effect.  Note the "Expect Behavior" 
  24.   field automatically changes as the options change.  Click on 'Play' to hear
  25.   the sound with the desired flags.  
  26.  
  27. Programming Notes
  28. =================
  29.   The buffer must be created using DSBCAPS_LOCDEFER otherwise DirectSound will
  30.   not be able to dynamically place the buffer in either hardware or software
  31.   at runtime. 
  32.  
  33.